home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Almathera Ten Pack 3: CDPD 3
/
Almathera Ten on Ten - Disc 3: CDPD3.iso
/
scope
/
101-125
/
scopedisk120
/
iconj
/
iconj_install
< prev
next >
Wrap
Text File
|
1995-03-19
|
666b
|
27 lines
; Installation script for IconJ.
; Assumes IconJ archive has just been unpacked.
ask "Do you want to place `IconJ' in your C: drawer (recommended)"
if warn
copy IconJ C:
endif
echo ""
ask "Do you want to place `AtatJ' in your C: drawer (if you have room)"
if warn
copy AtatJ C:
endif
echo ""
ask "Do you want to print the IconJ/AtatJ Manual now (up to you)"
if warn
ask "Press [RETURN] when printer at top of page and ready"
copy IconJ.doc prt:
endif
echo ""
echo " Remember that the source code is in `source' directory"
echo "and that `ReadIt' and `IconJ-Startup' scripts exist also."
echo ""
echo "IconJ installation script complete."